-
Notifications
You must be signed in to change notification settings - Fork 745
Update banner to use RTD projects subdirs #3145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| msg += '<br><p><strong>Important:</strong> The ansible-core 2.19/Ansible 12 release has made <b>significant templating changes that might require you to update playbooks and roles</b>. The templating changes enable reporting of numerous problematic behaviors that went undetected in previous releases, with wide-ranging positive effects on security, performance, and user experience. You should validate your content to ensure compatibility with these templating changes before upgrading to ansible-core 2.19 or Ansible 12. See the <a href="https://docs.ansible.com/projects/ansible/devel/porting_guides/porting_guide_12.html">porting guide</a> to understand where you may need to update your playbooks and roles.'; | ||
|
|
||
| } else if (startsWith(current_url_path, "/ansible/2.9/")) { | ||
| } else if (startsWith(current_url_path, "/projects/ansible/2.9/")) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@samccann Is there any reason to keep this 2.9 banner?
Backport to stable-2.17: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 481c896 on top of patchback/backports/stable-2.17/481c896dca08690f268967547a800f06226f5c28/pr-3145 Backporting merged PR #3145 into devel
🤖 @patchback |
Backport to stable-2.18: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 481c896 on top of patchback/backports/stable-2.18/481c896dca08690f268967547a800f06226f5c28/pr-3145 Backporting merged PR #3145 into devel
🤖 @patchback |
Backport to stable-2.19: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 481c896 on top of patchback/backports/stable-2.19/481c896dca08690f268967547a800f06226f5c28/pr-3145 Backporting merged PR #3145 into devel
🤖 @patchback |
Backport to stable-2.20: 💚 backport PR created✅ Backport PR branch: Backported as #3236 🤖 @patchback |
(cherry picked from commit 481c896)
(cherry picked from commit 481c896)
(cherry picked from commit 481c896)
(cherry picked from commit 481c896)
(cherry picked from commit 481c896) Co-authored-by: Don Naro <[email protected]>
Javascript for the banner doesn't work on RTD unless we add the
/projects/subdirectory. I updated all references in the banner too.